home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Web Graphics with Shout 3D
/
Interactive Web Graphics With Shout 3D.iso
/
mac
/
Code
/
Chapter09
/
ChangeSpeedApplet.java
< prev
next >
Wrap
Text File
|
2000-08-29
|
185b
|
13 lines
package applets;
import shout3d.*;
public class ChangeSpeedApplet extends Shout3DApplet {
public void initShout3DPanel(){
panel = new ChangeSpeedPanel(this);
}
}